home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 738 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. From: Peter_Missel@m4.maus.de (Peter Missel)
  2. Subject: RE: Gem Listing (fwd)
  3. Date: Sat, 09 Jul 94 11:48:00 GMT
  4. X-Gateway: MausGate/Mail 1.22/k
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Kommentar zu P26689@K0 in der Gruppe Persvnliche
  9.  
  10. Morning!
  11.  
  12. >+------------------------+
  13. >|                        |
  14. >|                        |
  15. >| +--------------------+ |
  16. >| |                    | |
  17. >| |                    | |
  18. >| +--------------------+ |
  19. >+------------------------+
  20. >
  21. >and I need to trigger an event as the mouse passes into or out of the
  22. >inner
  23. >rectangle.
  24.  
  25. Setup an event_multi( MU_M1 | MU_M2 | ... ) with the window work area and
  26. "watch for the mouse leaving the rectangle" as rectangle event #1. Rect #2
  27. would be the small box and "enter rect".
  28.  
  29. You'd then immediately get an MU_M1 event if the mouse already was outside
  30. the window, and an MU_M2 if the mouse already was inside the small box.
  31.  
  32. On an MU_M2 event, you'd change the rect event #2 to "leave rect" (the
  33. mouse now is inside, and you'll have to track the mouse leaving it).
  34. Handle MU_M1 accordingly to track "inside/outside window".
  35.  
  36. That's not too hard, is it?
  37.  
  38. bye, Peter
  39.